Appends a single mapping to the list. Call this once for each additional mapping.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub AddMapping( _
   ByVal () As UnicodeRange, _
   ByVal () As System.String, _
   ByVal  As FontCollection, _
   ByVal  As System.String, _
   ByVal  As System.String, _
   Optional ByVal  As System.Single _
) 
             
        
            
            public void AddMapping( 
   UnicodeRange[] ,
   System.string[] ,
   FontCollection ,
   System.string ,
   System.string ,
   System.float 
)
             
        
             
        
            パラメータ
- ranges
 
- Unicode ranges that apply to this mapping.
 - targetFamilyNames
 
- List of target family name strings.
 - fontCollection
 
- Optional explicit font collection for this mapping.
 - localeName
 
- Locale of the context.
 - baseFamilyName
 
- Base family name to match against, if applicable.
 - scale
 
- Scale factor to multiply the result target font by.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照